home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / wp50tut.arc / GOHARD.BAT < prev    next >
DOS Batch File  |  1989-07-20  |  256b  |  19 lines

  1. echo off
  2. cls
  3. type install.txt
  4. pause
  5. c:
  6. md \wordptut
  7. cd\wordptut
  8. cls
  9. echo.........insert diskette #1 in drive A !
  10. pause
  11. copy a:*.* c:/v
  12. cls
  13. echo.........insert diskette #2 in drive A !
  14. pause
  15. copy a:*.* c:/v
  16. echo off
  17. cls
  18. type finished.txt
  19.